private void Update()
 {
     _currentWaveNumber.text = _waveSpawner.GetWaveIndex().ToString();
 }