I am trying to convert a JAVA POJO object with a JsonObject to a String as following:
class MyPojo { public MyPojo(String sName, JsonObject obj) {