public static Events.State GetEventState(string name)
 {
     return(gameObjectList.GetEventState(name));
 }