Returns the string value wrapped in quotes.
Example:
QSelectString('Hello, World!').toSQL(); // "'Hello, World!'"
@override String toSQL() { return value; }