Execute a MongoDB aggregation command and return a string representing the results.
If the statement returns documents, a string of the results is returned. If the statement returns no documents, an empty string is returned.
The command MUST be of the form: db.collectionName.aggregate(...).