Converts the string to snake_case.
String toSnakeCase() => this.extractLowercaseComponents().join('_');