public boolean hasWon(Player player) {
   return (currentItem.isTaken() && currentMap.getSpawnPosition().equals(player.getPosition()));
 }