public List <Boulder> GetBoulders() { if (currentLevel == null) { return(null); } return(currentLevel.GetBoulders()); }