Move all the code that creates the objects into a separate method, called populateWorld, in the CrabWorld class. You need to declare the populateWorld method yourself (it takes no parameters and returns nothing) and call it from the constructor. Try it out.