public string getAmmo()
 {
     return("Weapon Type: " + currentWeapon.getWeaponType() + "\n Ammo: " + currentWeapon.Ammo.ToString("0"));
 }