diff --git a/core/lib/Drupal/Core/Annotation/Translation.php b/core/lib/Drupal/Core/Annotation/Translation.php
index dfa6574..64aa84c 100644
--- a/core/lib/Drupal/Core/Annotation/Translation.php
+++ b/core/lib/Drupal/Core/Annotation/Translation.php
@@ -96,4 +96,11 @@ public function get() {
     return $this->translation;
   }
 
+  /**
+   * Implements the magic __toString() method.
+   */
+  function __toString() {
+    return (string) $this->translation;
+  }
+
 }
