#import "SWGObject.h" @implementation SWGObject /** * Gets the string presentation of the object. * This method will be called when logging model object using `NSLog`. */ - (NSString *)description { return [[self toDictionary] description]; } @end