You have defined you javascript to return a string:
* @returns {Promise.<string>}
You did this in the javascript-ui in Studio by setting the return type:
You first have to change the return type to List of 'yourobject'
Then regenerate your javascript by restarting you app.
Then modify your javascript, where you can remove the Stringify commands and just keep the objectlist, which you can now return directly.