def __init__(self):
   GameState.__init__(self)
 def __init__(self, world):
   GameState.__init__(self)
   self._world = world