IEnumerator NextStep(float wait)
    {
        yield return(new WaitForSeconds(wait));

        textBoxController.NextStep();
    }