1) Add a new variable to represent the objective (call this z)
2) Set z equal to the original objective function
3) Set the new objective equal to z
4) Set a lower bound on z per your needs
Finally, I've seen cases where bounding the objective can help performance and others where it can hurt performance. It's worth testing.