public void RemovePowerUp(PowerUp p) {this.powerUps.Remove(p);}
public void AddPowerUp(PowerUp p) {this.powerUps.Add(p);}