@When("the user insert the oxygen saturation '$str'")
 public void whenTheUserInsertOxySaturation(String str) {
   endUser.inserts_oxygen_saturation(str);
 }