private IEnumerator TimerChoice()
    {
        buttonReady = false;
        buttonManager.CheckChoice(gameObject.name);
        yield return(new WaitForSeconds(2));

        buttonReady = true;
    }