private void Update()
 {
     if (charge == null)
     {
         return;
     }
     text.text = charge.GetCurrentCharge().ToString();
 }