internal void RemoveObject(GameObject gameObject)
 {
     gameObject._Destroy();
     GameObjects.Remove(gameObject);
 }