void AddWord(string word)
    {
        wordDisplay display = spawner.SpawnWord();

        Debug.Log(word);
        display.SetWord(word);
    }