Custom Marshallers - ppazos/cabolabs-ehrserver GitHub Wiki
To customize the name, I might need to implement my own marshaller like:
Lists / Collections of X
http://mrhaki.blogspot.com.uy/2014/02/grails-goodness-customize-root-element.html
Marshalling and nulls
JSON and XML
https://jwicz.wordpress.com/2011/07/11/grails-custom-xml-marshaller/
Where to put custom marshallers
https://gist.github.com/ktuukkan/8753246
Converters source code