Wrap text in system-reminder XML tags.
String wrapInSystemReminder(String text) { return '<system-reminder>\n$text\n</system-reminder>'; }