MongoDataUtil.insertObjectInMongo(object);
Inserts the object in Mongo in a collection named after the Class name.
mongoUtil.getObjectFromCollection(object.class, hashMap);
Retrieves the object from Mongo. The first parameter is the Class to marshall to and the hash map is a hash map of parameters for the mongo Query. ["firstName": "John", "lastName": "Doe"]