Returns a readable string containing all feature fields.
@override String toString() { return 'SystemFeature(' 'name: $name, ' 'version: $version, ' 'isGlEsFeature: $isGlEsFeature' ')'; }