public void FetchCharacters()
 {
     StartCoroutine(ServerConnect.FetchMonsters(creationsDropdown));
 }