private void BeginGame()
    {
        globalTimer.BeginGlobalGameTimer();
        StartCoroutine(levelManager.WaitBeforeStartingGame(5.0f));

        // create bonus token
        unitSpawner.CreateBonusUnit(1);
    }