double getDouble(Object obj) throws IllegalArgumentException, IllegalAccessException {
   return javaField.getDouble(obj);
 }