Converts a property name from this convention to camelCase.
@override String toCamelCase(String propertyName) { return propertyName.toLowerCase(); }