private void IncrementLevel()
    {
        unitSpawner.DestroyAllUnits();

        currentLevel++;

        InitLevel(currentLevel);
    }