public static AI.State GetAiState(string name)
 {
     return(gameObjectList.GetAiState(name));
 }