@Override
 public void addGameObject(GameObject object) {
   this.objects.put(object.getTemplateID(), object);
 }