Details on the buildObjects phase
The purpose of this method is to create each instance of objects needed at the start of simulation, and then to pass parameters to the objects
It is good OOP protocol to provide setX: methods for each parameter X we want to set, as in: [aBug setFoodSpace: foodSpace]