I am not sure of what you are trying to achieve, but format
converts “stuff” to strings. For instance:
(format "%s" your-list)
will return a representation of your list. message
uses format internally, so
(message "%s" your-list)
will print it