Let's create a new method for the `solution.Solution` interface: ``` GetProblem() *optimization_proble.Problem ``` that extracts a pointer to the problem that this `Solution` is for.