Serializes this profile for reports.
Map<String, Object?> toJson() => <String, Object?>{ 'node': node.toJson(), 'metrics': metrics.toJson(), 'health': health.toJson(), };