controllingPlayer :: (WorldObject) -> Maybe Player
If the given WorldObject is controlled by a player, then return the player. Otherwise return null.
If the given WorldObject is controlled by a player, then return the player. Otherwise return null.