public bool AbleToMoveForward()
 {
     return(fighterOne.GetRightmostPosition() < fighterTwo.GetLeftmostPosition());
 }