/** @param input */
 @Override
 public void removeObject(EnvObjectLogic input) {
   objects.remove(input);
 }